Package-level declarations
Types
Link copied to clipboard
data class SharingOptions(val iosAnchor: Anchor? = null, val iosUTI: String? = null, val androidDialogTitle: String? = null, val androidMimeType: String? = null)
Configuration options for sharing behavior across platforms.
Functions
Link copied to clipboard
Implementation of rememberShare function on Android
Remember a sharing function that uses the native sharing mechanism of the platform.
Implementation of rememberShare function on iOS